home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk160 / flip2 / flip.doc < prev    next >
Text File  |  1995-03-19  |  5KB  |  154 lines

  1. ******************************************************************************
  2.  
  3.                                      FLIP
  4.                     Version 2.0 by Lars Eggert in May 1990
  5.  
  6. ******************************************************************************
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                               About the program
  13.                               -----------------
  14.  
  15. Ever had to switch between screens that had no back/front gadgets?  Pressing
  16. ´LeftAmiga´ and ´n´ or ´m´ often does not help.  We need a program that can
  17. switch between screens at any time.  We could use ScreenX, but I find it too
  18. large and too difficult to use quickly.
  19.  
  20.  
  21. Flip can be the solution. It has several remarkable features:
  22.  
  23.   * Flip opens a small window on the screen we are currently working on.  We
  24.     just click on the arrow and the next screen appears.  Flip opens its
  25.     Window on our new screen and we can either switch again or stay here and
  26.     terminate Flip.
  27.  
  28.   * Flip allows us to bring the Workbench to front at any time, from any
  29.     screen with only one simple mouse click.
  30.  
  31.   * Flip can close any screen and all Windows on it.  Useful to free some
  32.     resources of crashed tasks.
  33.  
  34.   * Flip has an unique ability:  It can sort the screens, so that the title
  35.     bars of the all screens are visible at one time.
  36.  
  37.   * Flip can pull all screens up at one time.
  38.  
  39.   * Flip can bring all Windows of a screen to front one after the other.
  40.  
  41.   * Flip can be fully used without mouse.  Programmers do not have to leave
  42.     the keyboard to use Flip.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                                How to use Flip
  49.                                ---------------
  50.  
  51. Just start Flip from Workbench or from CLI.
  52. The window which will open looks somehow like this:
  53.  
  54.                       ---------------------------------
  55.                       |[ 1 ]   TITLEBAR ============= |
  56.                       |-------------------------------|
  57.                       |                               |
  58.                       |[  2  ]     |-----|     |-----||
  59.                       |            |  7  |     |  8  ||
  60.                       |[  3  ]     |-----|     |-----||
  61.                       |                               |
  62.                       |[  4  ]     [  5  ]     [  6  ]|
  63.                       |                               |
  64.                       ---------------------------------
  65.  
  66. All gagets are numbered here, to ease explanation:
  67.  
  68.   [1] CloseWindow gadget (or use ESC key):
  69.       Terminates Flip.
  70.  
  71.   [2] FRONT gadget (or use ´f´ key):
  72.       Brings a new window to front.  The Flip window will be the first,
  73.       though.
  74.  
  75.   [3] UP gadget (or use ´u´ key):
  76.       Pulls all screens up.  Useful after SORTing the screens (look [5]).
  77.  
  78.   [4] NUKE gadget (or use ´n´ key):
  79.       Nukes (closes) the active Screen and all windows on it.  Be careful!
  80.       This will immediately crash the system if any program wants to use the
  81.       screen for output.  USE ONLY IF NO VALUABLE DATA IS IN THE SYSTEM!
  82.  
  83.   [5] SORT gadget (or use ´s´ key):
  84.       Sorts all the screens in a way, that all titlebars are visible at one
  85.       time.  Useful to get a quick look at all open screens.
  86.  
  87.   [6] INFO gadget (or use ´i´ key):
  88.       Displays program information.
  89.  
  90.   [7] WB gadget (or use cursor up or down keys):
  91.       Brings Workbench to front no matter what screen is active.
  92.  
  93.   [8] NEXT gadget (or use cursor left or right keys):
  94.       Brings the next screen to front.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.                        What you should not do with Flip
  101.                        --------------------------------
  102.  
  103. THIS WILL CRASH YOUR SYSTEM FOR SURE:
  104.   * If you nuke a screen while a program is running on it.
  105.   * If you nuke the Workbench.
  106.   * If you nuke a screen if there is only one opened.
  107.  
  108. THIS MAY BE UNHEALTHY TO YOUR SYSTEM:
  109.   * If you close a screen by ending a program if flip has its window open on
  110.     that screen.
  111.   * If you nuke a screen without exactly knowing that no task will use it any
  112.     longer.
  113.  
  114. OTHER RISKS OF USING FLIP:
  115.   * Flipping while some task opens or closes its screen.  I do not know
  116.     what will happen, because this never occured to me.  But I can imagine it
  117.     could be fatal.
  118.   * Bringing windows on the screens of other programs to front.  This may make
  119.     the output of the program unreadable, because it presumes that its windows
  120.     have a certain order.
  121.  
  122. In spite of all those risks I described above, Flip seems to be rather safe.
  123. It has never crashed since I use it.
  124.  
  125.  
  126.  
  127.  
  128.  
  129. ******************************************************************************
  130.  
  131. FLIP is Public Domain.  You may copy or swap it as you like.  Note that you
  132. use this program at your own risk.  I will not be liable for any damage the
  133. usage of this program might do to your data.  (It never did any damage to my
  134. own files, but heaven knows...)
  135.  
  136. I would like to get comments and suggestions on how to improve the program.
  137. Source code is available by sending me a disk and $5 or equivalent amount in
  138. any other currency.
  139.  
  140.                                  Lars Eggert
  141.                                Im Flutgraben 23
  142.                              6337 Leun-Bissenberg
  143.                                  West Germany
  144.                              Phone:  06473 / 1695
  145.  
  146. Hey, if you like to, you can send me some of your programs.  But please do not
  147. send any pirated software.  I will use your disk for harddisk backups then.
  148.  
  149. ******************************************************************************
  150.  
  151.  
  152.  
  153.  
  154.